home *** CD-ROM | disk | FTP | other *** search
- /* Message View Functions */
- function Print(url) {
- window.open(url,'Print','height=400,width=600,scrollbars=yes,status=yes,resizable=1,toolbar=yes,menubar=yes');
- }
-
- function Source(url) {
- window.open(url,'Source','height=400,width=600,scrollbars=yes,status=yes,resizable=1');
- }
-